XML Einrichten Version 1.2
InventoryMethod Simple Type
XML Einrichten Version 1.2 : InventoryMethod Simple Type
Beschreibung
Methode der Bestandsbewertung
Codeliste:
1 = Buchbestand
2 = Tatsächlicher Bestand
Namensraum (none)
Typ
Restriction of xs:string
Diagramm
InventoryMethod Simple Type
Overview
InventoryMethod Restriction of xs:string
Methode der Bestandsbewertung
Codeliste:
1 = Buchbestand
2 = Tatsächlicher Bestand
Facette (Aspekt)
MaxLength1
Enumeration1
Enumeration2
Quelle
<xs:simpleType name="InventoryMethod" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">
      <dl>
        <dt>Methode der Bestandsbewertung</dt>
        <dt>Codeliste: </dt>
        <dt>1 = Buchbestand</dt>
        <dt>2 = Tatsächlicher Bestand</dt>
      </dl>
    </xs:documentation>
    <xs:documentation xml:lang="en">
      <dl>
        <dt>Method of inventory rating</dt>
        <dt>Code list: </dt>
        <dt>1 = booked inventory </dt>
        <dt>2 = counted inventory </dt>
      </dl>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="1" />
    <xs:enumeration value="1" />
    <xs:enumeration value="2" />
  </xs:restriction>
</xs:simpleType>
Siehe auch
XML Einrichten Version 1.2